Browse Source

账号类型RPC修复

master v0.1.1
guzeng 3 years ago
parent
commit
8d277ff0b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      site/client.balance.go

+ 1
- 1
site/client.balance.go View File

@ -35,7 +35,7 @@ type SiteBalanceType struct {
* 2021/01/20
* GZ
*/
func GetBalanceType(site_id, dbname, url ...string) (*[]SiteBalanceType, error) {
func GetBalanceType(site_id, dbname string, url ...string) (*[]SiteBalanceType, error) {
var site_rpc_url string = "127.0.0.1:7971"
if len(url) > 0 && url[0] != "" {


Loading…
Cancel
Save