Explorar el Código

app_backend replace - 1

abiao hace 2 años
padre
commit
a644e27c3b

+ 1 - 1
go/gopath/src/fohow.com/apps/controllers/user_controller/user_controller.go

@@ -604,7 +604,7 @@ func (self *UserController) UpdateUserInfo() {
 func (self *UserController) SetTodayCache(wxUserId int64) {
 
 	// 定义 URL 和参数
-	baseURL := "http://app_backend/base/set-today-food"
+	baseURL := "http://app-api.fohowyc.com/base/set-today-food"
 
 	// 构建带有参数的 URL
 	fullURL := fmt.Sprintf("%s?id=%d", baseURL, wxUserId)