| | 41 | |
| | 42 | = price文件 = |
| | 43 | * 文件名 price.txt |
| | 44 | * 文件格式 |
| | 45 | {{{ |
| | 46 | 北上广深成都价格在ExtraField中的位置 |
| | 47 | @first_area: |
| | 48 | ---------+----+----+----+----+----+----+ |
| | 49 | Area ID | a0 | a1 | a2 | a3 | a4 | a5 | |
| | 50 | ---------+----+----+----+----+----+----+ |
| | 51 | Field ID | m0 | e1 | e2 | e3 | e4 | e5 | |
| | 52 | ---------+----+----+----+----+----+----+ |
| | 53 | a0 全国地区id |
| | 54 | a1-a5 北上广深地区id |
| | 55 | |
| | 56 | 分站对应关系 |
| | 57 | @second_area: |
| | 58 | --------------+----+----+----+----+----+----+ |
| | 59 | Minor Area ID | n1 | n2 | n3 | n4 | n5 | n6 | ... |
| | 60 | --------------+----+----+----+----+----+----+ |
| | 61 | Main Area ID | a1 | a1 | a1 | a2 | a2 | a3 | ... |
| | 62 | --------------+----+----+----+----+----+----+ |
| | 63 | n1-nx 除了北上广深成都全国外其他各小分站地区id |
| | 64 | a1-a5 被引用的主要分站地区id |
| | 65 | |
| | 66 | 分站本地价格 |
| | 67 | @second_area_price: |
| | 68 | --------+------------+-------+ |
| | 69 | Area Id | Product Id | Price | |
| | 70 | --------+------------+-------+ |
| | 71 | }}} |