()
| 80 | } |
| 81 | |
| 82 | func GetPingEndpoint() string { |
| 83 | if !wavebase.IsDevMode() { |
| 84 | return WCloudPingEndpoint |
| 85 | } |
| 86 | endpoint := WCloudPingEndpoint_VarCache |
| 87 | return endpoint |
| 88 | } |
| 89 | |
| 90 | func makeAnonPostReq(ctx context.Context, apiUrl string, data interface{}) (*http.Request, error) { |
| 91 | endpoint := GetEndpoint() |
no test coverage detected