From e17226b9239556251a544080d167d68cba9cd36a Mon Sep 17 00:00:00 2001 From: Sutra Zhou Date: Mon, 20 May 2019 09:58:04 +0800 Subject: [PATCH] Fix message_custom_typing URL. --- .../com/foxinmy/weixin4j/wxa/api/weixin.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/weixin4j-wxa/src/main/resources/com/foxinmy/weixin4j/wxa/api/weixin.properties b/weixin4j-wxa/src/main/resources/com/foxinmy/weixin4j/wxa/api/weixin.properties index 62b84b64..0c1a3b25 100644 --- a/weixin4j-wxa/src/main/resources/com/foxinmy/weixin4j/wxa/api/weixin.properties +++ b/weixin4j-wxa/src/main/resources/com/foxinmy/weixin4j/wxa/api/weixin.properties @@ -43,8 +43,10 @@ wxopen_template_message_send={api_cgi_url}/message/wxopen/template/send?access_t message_custom_send={api_cgi_url}/message/custom/send?access_token=%s # \u5ba2\u670d\u8f93\u5165\u72b6\u6001 -message_custom_typing={api_cgi_url}/message/custom/typing?access_token=% +message_custom_typing={api_cgi_url}/message/custom/typing?access_token=%s + # imgSecCheck wxa_img_sec_check={api_wxa_url}/img_sec_check?access_token=%s + # msgSecCheck -wxa_msg_sec_check={api_wxa_url}/msg_sec_check?access_token=%s \ No newline at end of file +wxa_msg_sec_check={api_wxa_url}/msg_sec_check?access_token=%s