|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- <?php
- //$_POST['type'] = 'supply_detail_add';
- //$_POST['supplier_name'] = '111';
- //$_POST['area_id'] = 792;
- //$_POST['company_name'] = '111';
- //$_POST['purchase'] = '{25,111}';
- //$_POST['account_name'] = '11';
- //$_POST['account_num'] = '11';
- //$_POST['sett_frequency'] = 293;
- //$_POST['sett_type'] = 275;
- //$_POST['link_info'] = '{1,1,1,1,1,1,1}';
- //$_POST['account_bank'] = '111';
-
-
- //$_POST['type'] = 'data_area';
- //$_POST['area_id'] = 0;
-
- //$_POST['type'] = 'supply_list_get';
- //$_POST['is_disabled'] = -1;
- //$_POST['product_type'] = -1;
- //$_POST['supplier_name'] = '';
- //$_POST['pagesize'] = 10;
- //$_POST['current'] = 1;
-
- //$_POST['type'] = 'supply_list_statu';
- //$_POST['supply_id'] = '3,4,5';
- //$_POST['play'] = 'stop';
-
- //$_POST['type'] = 'supply_detail_get';
- //$_POST['supply_id'] = '26';
-
- //$_POST['type'] = 'data_link';
- //$_POST['contact_mobile'] = 'xsaxas';
- //$_POST['contact_name'] = 'xsaxasxas';
- //$_POST['contact_telphone'] = 'xsaxsa';
- //$_POST['email'] = 'xasxasxsa';
- //$_POST['fax'] = 'xasxas';
- //$_POST['link_name'] = 'saxsa';
- //$_POST['remark'] = 'xasxsaxsa';
- //$_POST['link_type'] = 'insert';
-
- //$_POST['type'] = 'channel_list_get';
- //$_POST['is_disabled'] = '-1';
- //$_POST['product_type'] = '-1';
- //$_POST['supplier_name'] = '';
- //$_POST['current'] = '1';
- //$_POST['pagesize'] = '10';
-
- //$_POST['type'] = 'data_user';
- //$_POST['phone_no'] = '1513515135135';
- //$_POST['true_name'] = 'zhangsanfeng';
- //$_POST['supplier_id'] = '23';
- //$_POST['operate'] = 'insert';
- //$_POST['user_name'] = 'zhangsanfeng';
-
- //$_POST['type'] = 'data_user';
- //$_POST['user_id'] = '112';
- //$_POST['operate'] = 'update';
- //$_POST['phone_no'] = '11111111';
- //$_POST['true_name'] = '隔壁老王';
- //$_POST['user_name'] = '隔壁老王111';
-
- $_POST['type'] = 'supply_detail_update';
- $_POST['supply_id'] = '28';
- $_POST['supplier_name'] = '蜘蛛行';
- $_POST['area_id'] = '350';
- $_POST['company_name'] = '蜘蛛行网络科技';
- $_POST['purchase'] = '{-1,259,魏哥}{40,25,酒店负责人}{39,310,巴士负责人}';
- $_POST['sett_type'] = '288';
- $_POST['sett_frequency'] = '295';
- $_POST['account_bank'] = '111';
- $_POST['account_num'] = '111';
- $_POST['account_name'] = '111';
- $_POST['link_info'] = '11,10,9';
- //. account_bank
- //:
- //"111"
- //account_name
- //:
- //"111"
- //account_num
- //:
- //"111"
- //area_id
- //:
- //"350"
- //company_name
- //:
- //"蜘蛛行网络科技"
- //link_info
- //:
- //"11,10,9"
- //purchase
- //:
- //"{-1,259,魏哥}{40,25,酒店负责人}{39,310,巴士负责人}"
- //sett_frequency
- //:
- //"295"
- //sett_type
- //:
- //"288"
- //supplier_name
- //:
- //"蜘蛛行"
- //supply_id
- //:
- //"28"
- //type
- //:
- //"supply_detail_update"
-
- //. operate
- //:
- //"update"
- //phone_no
- //:
- //"11111111"
- //true_name
- //:
- //"隔壁老王"
- //type
- //:
- //"data_user"
- //user_id
- //:
- //"112"
- //user_name
- //:
- //"隔壁老王111"
-
- //$_POST['type'] = 'channel_detail_get';
- //
- //$_POST['channel_id'] = 23;
- //contact_mobile
- //xsaxas
- //contact_name
- //xsaxasxas
- //contact_telphone
- //xsaxsa
- //email
- //xasxasxsa
- //fax
- //xasxas
- //link_name
- //saxsa
- //remark
- //xasxsaxsa
- //type
- //data_link
-
- //type: "supply_detail_add", supplier_name: "111", area_id: 792, company_name: "111", purchase: "{25,111}"…}
- // . account_bank
- //:
- //"111"
- //account_name
- //:
- //"11"
- //account_num
- //:
- //"11"
- //area_id
- //:
- //792
- //company_name
- //:
- //"111"
- //purchase
- //:
- //"{25,111}"
- //sett_frequency
- //:
- //"293"
- //sett_type
- //:
- //"275"
- //supplier_name
- //:
- //"111"
- //type
- //:
- //"supply_detail_add
-
- ?>
|