fix:设置售价user_id改为aboutId
This commit is contained in:
parent
ca1a8d1e74
commit
b7f7246fbf
@ -2407,7 +2407,7 @@ export default {
|
|||||||
async callUpdatePriceApi(productId, salePrice, costPrice) {
|
async callUpdatePriceApi(productId, salePrice, costPrice) {
|
||||||
var timestamp = String(Math.floor(Date.now() / 1000))
|
var timestamp = String(Math.floor(Date.now() / 1000))
|
||||||
const token = uni.getStorageSync('token') || ''
|
const token = uni.getStorageSync('token') || ''
|
||||||
var userId = uni.getStorageSync('userId') || ''
|
var userId = uni.getStorageSync('aboutId') || ''
|
||||||
const params = {
|
const params = {
|
||||||
app_key: 'psi',
|
app_key: 'psi',
|
||||||
client_id: 'psi',
|
client_id: 'psi',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user