Explorar o código

fix: 修改参数

Gosowong %!s(int64=2) %!d(string=hai) anos
pai
achega
a553851da3

+ 1 - 1
crmeb/crmeb/services/easywechat/orderShipping/BaseOrder.php

@@ -94,7 +94,7 @@ class BaseOrder extends AbstractAPI
     public function isManaged()
     public function isManaged()
     {
     {
         $params = [
         $params = [
-            'appid' => $this->config['config']['mini_program']['appid']
+            'appid' => $this->config['config']['mini_program']['app_id']
         ];
         ];
         return $this->resultHandle($this->parseJSON('POST', [self::BASE_API . self::ORDER . 'notify_confirm_receive', json_encode($params)]));
         return $this->resultHandle($this->parseJSON('POST', [self::BASE_API . self::ORDER . 'notify_confirm_receive', json_encode($params)]));
     }
     }