diff --git a/server/app/common/server/WeChatServer.php b/server/app/common/server/WeChatServer.php index 0a61d2eb..61324f33 100644 --- a/server/app/common/server/WeChatServer.php +++ b/server/app/common/server/WeChatServer.php @@ -122,6 +122,7 @@ class WeChatServer case Client_::oa: case Client_::h5: case Client_::pc: + case Client_::api: $notify_url = self::getUrl('pay/notifyOa'); break; case Client_::android: