wupengfei 1 年之前
父节点
当前提交
30ba0acd4d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/api/controller/Kuaishou.php

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

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