Commit ac5c2a54 by 墨竹

fix:收费改为消息队列

parent 723e82ff
...@@ -23,7 +23,17 @@ public interface HaobanQywxFeeApiService { ...@@ -23,7 +23,17 @@ public interface HaobanQywxFeeApiService {
* @author mozhu * @author mozhu
* @date 2022-08-03 17:28:56 * @date 2022-08-03 17:28:56
*/ */
void insert(String param); void run(String param);
/**
* "routerName": "qywxAddFeeMq"
*
* @param wxEnterpriseId wx企业id
* @author mozhu
* @date 2022-08-11 14:38:50
*/
void addFee(String wxEnterpriseId);
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment