Commit 3fc75cd0 by huluobin

url change

parent 926ef0ad
......@@ -100,7 +100,7 @@ public class AgentUserServiceImpl extends ServiceImpl<AgentUserMapper, AgentUser
AgentUser agentUser = this.selectByPhone(customer.getPhone());
AgentConfig agentConfig = agentConfigMapper.selectByRechargeAmount(new BigDecimal(result.getTotalFee() / 100))
AgentConfig agentConfig = agentConfigMapper.selectByRechargeAmount(new BigDecimal(result.getTotalFee() / 100));
//首次充值
......
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