Commit 194b3437 by 陶光胜

代码规范

parent a3aaf4ad
......@@ -87,7 +87,7 @@ public class LoginController {

 */
@RequestMapping("sso-to-market-service")
public RestResponse ssoToMarketService(Integer enterpriseId) throws IOException {
ServiceResponse<String> result = marketUserApiService.BindGicEnterprise(Long.valueOf(enterpriseId), null, null,
ServiceResponse<String> result = marketUserApiService.bindGicEnterprise(Long.valueOf(enterpriseId), null, null,
null);
if (result.isSuccess()) {
Config config = ConfigService.getConfig("COMMON.4.0-gic-properties");
......
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