1212
This commit is contained in:
@@ -44,6 +44,11 @@ public class TradeController : ControllerBase
|
||||
count = count < 1 ? 1 : count;
|
||||
string userId = StateHelper.userId;
|
||||
int areaId = StateHelper.areaId;
|
||||
if (price > 100000000000)
|
||||
{
|
||||
return PoAction.Message("最大单价不能超过10万金!");
|
||||
}
|
||||
|
||||
int lev = await _attrService.GetUserLev(userId);
|
||||
if (lev < 60)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user