All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.boot.auth.starter.service.OutJsonService Maven / Gradle / Ivy

There is a newer version: 1.0.0.4
Show newest version
package com.boot.auth.starter.service;

public interface OutJsonService {

    /**
     * 异常输出json
     *
     * @param msg  消息
     * @param code 编码
     * @return 返回json内容
     */
    String errorOutJson(String msg, String code);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy