This commit is contained in:
linfso 2024-09-25 20:43:20 +08:00
parent 960aa45e03
commit 14166262b9

View File

@ -274,7 +274,7 @@ public class Oms2cCommonController extends BaseController
* 获取解析地址
*/
@RequestMapping(value = "/sendWxSappNotifyToUser")
public AjaxResult sendWxSappNotify(String billCode,String openId,String tplId,String paramStr)
public AjaxResult sendWxSappNotifyToUser(String billCode,String openId,String tplId,String paramStr)
{
WxMaSubscribeMessage wxMaSubscribeMessage = WxMaSubscribeMessage.builder()
.toUser(openId)