fix:设置售价user_id改为aboutId
This commit is contained in:
parent
ca1a8d1e74
commit
b7f7246fbf
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user