feat: 支付tiaoshi

master
yin5th 2023-09-26 16:37:04 +08:00
parent 200f31aee9
commit 0c0b268a65
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ class WeChatServer
case Client_::oa: case Client_::oa:
case Client_::h5: case Client_::h5:
case Client_::pc: case Client_::pc:
case Client_::api:
$notify_url = self::getUrl('pay/notifyOa'); $notify_url = self::getUrl('pay/notifyOa');
break; break;
case Client_::android: case Client_::android: