创建问诊订单 医生id

This commit is contained in:
2023-05-16 11:28:10 +08:00
parent dc09fa96f0
commit c9961d9612
4 changed files with 10 additions and 5 deletions
+2
View File
@@ -4,6 +4,7 @@ namespace Extend\Wechat;
use App\Constants\HttpEnumCode;
use App\Exception\BusinessException;
use App\Utils\Log;
use EasyWeChat\Kernel\Exceptions\InvalidArgumentException;
use EasyWeChat\Kernel\Exceptions\InvalidConfigException;
use EasyWeChat\OfficialAccount\Message;
@@ -144,6 +145,7 @@ class WechatPay
]
];
Log::getInstance()->info(json_encode($options,JSON_UNESCAPED_UNICODE));
try {
$response = $app->getClient()->postJson("v3/pay/transactions/jsapi", $options);
if ($response->isFailed()) {