新增微信用户基础接口
This commit is contained in:
parent
def94c3996
commit
24bfeadc0b
@ -0,0 +1,17 @@
|
|||||||
|
package ink.wgink.interfaces.wechat.official.account;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When you feel like quitting. Think about why you started
|
||||||
|
* 当你想要放弃的时候,想想当初你为何开始
|
||||||
|
*
|
||||||
|
* @ClassName: IAccountOfficialUserBaseService
|
||||||
|
* @Description: 公众号用户基础接口
|
||||||
|
* @Author: wanggeng
|
||||||
|
* @Date: 2021/5/2 11:38 上午
|
||||||
|
* @Version: 1.0
|
||||||
|
*/
|
||||||
|
public interface IAccountOfficialUserBaseService {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user