diff --git a/api/VipGoodsDetail.php b/api/VipGoodsDetail.php index 729c2aa45794cc8bba3851fbe736a4b6be7d2a2f..5793c3d070c3a006646a59b26f39e60c9bfb11ef 100644 --- a/api/VipGoodsDetail.php +++ b/api/VipGoodsDetail.php @@ -10,7 +10,7 @@ class VipGoodsDetail extends DtkClient { protected $goodsIdList; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/goods-detail"; diff --git a/api/VipOrderList.php b/api/VipOrderList.php index 7c8017d5f7dd5ba4b39a3977987f05503f5dd01d..e99085bc804299a364a40cdce5de53ce8645b089 100644 --- a/api/VipOrderList.php +++ b/api/VipOrderList.php @@ -19,7 +19,7 @@ class VipOrderList extends DtkClient { protected $page; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/order-list"; diff --git a/api/VipPromoteLink.php b/api/VipPromoteLink.php index 6e8f91df4bdc199810c0057c7567a0f7022989ea..b3ebc279e3bc01b1f9339a3fbded525eb1a2ea44 100644 --- a/api/VipPromoteLink.php +++ b/api/VipPromoteLink.php @@ -12,7 +12,7 @@ class VipPromoteLink extends DtkClient { protected $urlList; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/promote/link"; diff --git a/api/VipRefundOrderList.php b/api/VipRefundOrderList.php index 3140d3242f87d45b9676c4b6b082d1ede72eeba1..a4f5cf70937be037a29ecbae9e1b7a68447a354d 100644 --- a/api/VipRefundOrderList.php +++ b/api/VipRefundOrderList.php @@ -16,7 +16,7 @@ class VipRefundOrderList extends DtkClient protected $page; protected $pageSize; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/refund-order-list"; diff --git a/api/VipSearchByKeywords.php b/api/VipSearchByKeywords.php index 42dca1544451b4b8917f5181c39207a0cbc1a050..1fef4153f8f32d92ead422ddb1e17f7aa2ca17f8 100644 --- a/api/VipSearchByKeywords.php +++ b/api/VipSearchByKeywords.php @@ -29,7 +29,7 @@ class VipSearchByKeywords extends DtkClient protected $page; protected $keyword; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/search-by-keywords"; diff --git a/api/VipUserRecommend.php b/api/VipUserRecommend.php index 527087e41b1860f9ac868e3dab5e6900924da5ed..bfbdb4097cde21e3a41a3d9871319ce2fa625b1e 100644 --- a/api/VipUserRecommend.php +++ b/api/VipUserRecommend.php @@ -16,7 +16,7 @@ class VipUserRecommend extends DtkClient { protected $page; - protected $methodType = 'POST'; + protected $methodType = 'GET'; protected $requestParams = []; const METHOD = "/open-api/vip/user-recommend";