Skip to content

Commit

Permalink
1、签名和验签调整;2、通知调整;
Browse files Browse the repository at this point in the history
  • Loading branch information
smartwalle committed May 22, 2023
1 parent 9c0d287 commit c217341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bill_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func (this BillAccountLogQuery) APIName() string {
func (this BillAccountLogQuery) Params() map[string]string {
var m = make(map[string]string)
m["app_auth_token"] = this.AppAuthToken
m["start_time"] = this.StartTime
m["end_time"] = this.EndTime
return m
}

Expand Down

0 comments on commit c217341

Please sign in to comment.