feat:优化项目信息
This commit is contained in:
@ -35,7 +35,7 @@ func GetTenantID() ApiHandle {
|
||||
value := c.GetHeader(config.ContentForTenantID)
|
||||
|
||||
if value == "" {
|
||||
return uint64(0)
|
||||
return uint64(1)
|
||||
}
|
||||
return utils.StringToUnit64(value)
|
||||
}
|
||||
|
@ -5,3 +5,9 @@ type ReturnPages struct {
|
||||
Data interface{} `json:"data"`
|
||||
Count int64 `json:"count"`
|
||||
}
|
||||
|
||||
// ReturnPayment 充值数据
|
||||
type ReturnPayment struct {
|
||||
Auth string `json:"auth"`
|
||||
Timestamp int64 `json:"timestamp"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user