短信发送接口
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.czg.account.service;
|
||||
|
||||
/**
|
||||
* @author Administrator
|
||||
*/
|
||||
public interface CommonService {
|
||||
Boolean sendSms(String type);
|
||||
}
|
||||
Reference in New Issue
Block a user