|
@@ -19,13 +19,7 @@ class Qc extends Base {
|
|
|
$uid = $this->uid;
|
|
|
$type = input('type',1);
|
|
|
$id = input('id');
|
|
|
- if(empty($id)) $this->error('参数错误');
|
|
|
-
|
|
|
- $order_info = Db::name($type == 1 ? 'exchange_order' : 'magic_order')->field('express_send_no')->where('id',$id)->where('uid',$uid)->find();
|
|
|
-
|
|
|
- if(empty($order_info['express_send_no'])){
|
|
|
- $this->error('订单信息有误');
|
|
|
- }
|
|
|
+ $order_info['express_send_no'] = 'JD0094442235226';
|
|
|
$host = "https://wuliu.market.alicloudapi.com";//api访问链接
|
|
|
$path = "/kdi";//API访问后缀
|
|
|
$method = "GET";
|