|
@@ -50,7 +50,7 @@ public class ExchangeController {
|
|
|
public R<?> getRemoteSecretKey() {
|
|
|
R<?> result = remoteAuthBaseService.getRemoteSecretKey();
|
|
|
if (result.getCode() == 200) {
|
|
|
- return R.ok(result.getData().toString(), "操作成功");
|
|
|
+ return R.ok(result.getData().toString(), "获取成功");
|
|
|
} else {
|
|
|
return R.fail("获取失败");
|
|
|
}
|