Commit d916e26f4a3ccb1ede38cd192e248f03b5ce42b5
1 parent
b77d5512
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
@@ -249,7 +249,7 @@ func Addcoin(w http.ResponseWriter, r *http.Request) { | @@ -249,7 +249,7 @@ func Addcoin(w http.ResponseWriter, r *http.Request) { | ||
249 | 249 | ||
250 | func Testapi(w http.ResponseWriter, r *http.Request) { | 250 | func Testapi(w http.ResponseWriter, r *http.Request) { |
251 | logger.Info("Testapiddt") | 251 | logger.Info("Testapiddt") |
252 | - realgold, err := AddCoinToSdk(10199, 100000, "1004", "test", 99) | 252 | + realgold, err := AddCoinToSdk(4983097, 100000, "1021", "test", 99) |
253 | if err != nil { | 253 | if err != nil { |
254 | logger.Error("Testapi failed") | 254 | logger.Error("Testapi failed") |
255 | } | 255 | } |