pull/5/head
wanghousheng 4 months ago
parent 5dd2e2dd0e
commit af3e05cf76
  1. 2
      app/common/library/wxserver/Wholesaler.php

@ -85,7 +85,7 @@ class Wholesaler
$url = "https://api.weixin.qq.com/wxa/security/applysetorderpathinfo?component_access_token=$token";
$result = $this->curlPost($url, json_encode($data));
$result = json_decode($result, true);
return !empty($result['errcode']) ? $result['errcode'] : $msg;
return !empty($result['errmsg']) ? $result['errmsg'] : $msg;
}
public function getStableAccessToken()

Loading…
Cancel
Save