各种 Anti-warning 合规性改动
This commit is contained in:
@@ -43,7 +43,7 @@ def apiBuyTicket(userId:int, ticketType:int, price:int, playerRating:int, playCo
|
||||
# 发送请求,返回最终得到的 Json String 回执
|
||||
return apiSDGB(data, "UpsertUserChargelogApi", userId)
|
||||
|
||||
def implBuyTicket(userId:int, ticketType:int) -> str:
|
||||
def implBuyTicket(userId:int, ticketType:int):
|
||||
'''
|
||||
购买倍票 API 的参考实现。
|
||||
需要事先登录.
|
||||
|
||||
Reference in New Issue
Block a user