|
|
|
@ -254,7 +254,7 @@ public class RefundServiceImpl implements RefundService, ApplicationEventPublish
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
public JSONObject auditionInfo(String auditionId, String openid) {
|
|
|
|
|
JSONObject account = clientManager.getAccountByOpenId("o32MzuO4s8c7iFOVxnxejkbhMoEc");
|
|
|
|
|
JSONObject account = clientManager.getAccountByOpenId(openid);
|
|
|
|
|
if (account == null || account.size() <= 0) {
|
|
|
|
|
throw new BadRequestException("You have no permission to audit an refund order");
|
|
|
|
|
}
|
|
|
|
|