wupengfei 1 year ago
parent
commit
4286e99dc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/api/controller/Kuaishou.php

+ 1 - 1
application/api/controller/Kuaishou.php

@@ -48,7 +48,7 @@ class Kuaishou extends Base
         //2315900153213958
         //2314700285800114
         $apiType = "open.order.detail";
-        $apiType = "open.seller.order.fee.detail";
+       // $apiType = "open.seller.order.fee.detail";
         $method = 'get';
         $param = ['orderId'=>input('oid')];
         $arr['appkey'] = $this->appKey;