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