fix:设置售价user_id改为aboutId

This commit is contained in:
97694732@qq.com 2026-06-18 11:30:47 +08:00
parent ca1a8d1e74
commit b7f7246fbf

View File

@ -2407,7 +2407,7 @@ export default {
async callUpdatePriceApi(productId, salePrice, costPrice) {
var timestamp = String(Math.floor(Date.now() / 1000))
const token = uni.getStorageSync('token') || ''
var userId = uni.getStorageSync('userId') || ''
var userId = uni.getStorageSync('aboutId') || ''
const params = {
app_key: 'psi',
client_id: 'psi',