$storeId)); if (empty($info)) { $data['start'] = 0; //0公里; $data['end'] = 20; // 20公里; $data['money'] = 0; //0元起送 $data['num'] = 1; //排序1 $data['store_id'] = $storeId; $res = pdo_insert('cjdc_distribution',$data); } } static function test() { return "test 999"; } }