天擎接口调试

This commit is contained in:
zhangqinbin
2022-01-25 09:08:11 +08:00
parent 4cb07d68ce
commit 6240498f9e

View File

@ -23,7 +23,6 @@ import static com.chinaunicom.mall.ebtp.common.uniBss.service.UniBssServiceImpl.
*
*/
@Slf4j
@Service
public class UniBssUtil {
@ -31,8 +30,6 @@ public class UniBssUtil {
private String app_id;
@Value("${mconfig.bss.app-secret}")
private String app_secret;
public UniBssUtil(){
}
public UniBssUtil(String appId,String appSecret){
this.app_id = appId;