1212
This commit is contained in:
@@ -32,8 +32,9 @@ public interface IGameGoodsService
|
||||
#region 药品
|
||||
|
||||
Task<string> CheckUseDrug(string userId, int goodsId, string drugConfig, string scene = "");
|
||||
Task<string> CheckUseDrug(string userId, int goodsId, string scene = "");
|
||||
Task<bool> UseDrug(string userId, int goodsId, string drugConfig, string scene = "");
|
||||
|
||||
Task<bool> UseDrug(string userId, int goodsId, string scene = "");
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user