|  | @@ -360,8 +360,7 @@ async function withdrawV3Test(ctx) {
 | 
											
												
													
														|  |      var log_obj = { ...obj }
 |  |      var log_obj = { ...obj }
 | 
											
												
													
														|  |      logger.log('withdrawV3', log_obj)
 |  |      logger.log('withdrawV3', log_obj)
 | 
											
												
													
														|  |      var obj_ = decrypt_withdraw_content(log_obj.content)
 |  |      var obj_ = decrypt_withdraw_content(log_obj.content)
 | 
											
												
													
														|  | -    obj_.withdraw_id = obj_.withdrawId;
 |  | 
 | 
											
												
													
														|  | -    obj_.withdraw_id = utils.getTimestamp().toString();
 |  | 
 | 
											
												
													
														|  | 
 |  | +    obj_.withdraw_id = utils.getCurrentDateFormat('YYYY-MM-DD-HH:mm:ss:SSS').toString()
 | 
											
												
													
														|  |      // var obj_ = log_obj
 |  |      // var obj_ = log_obj
 | 
											
												
													
														|  |      if (obj_.withdraw_id) {
 |  |      if (obj_.withdraw_id) {
 | 
											
												
													
														|  |          var isExist = await withdraw_db.withdraw_id_exist(obj_.withdraw_id)
 |  |          var isExist = await withdraw_db.withdraw_id_exist(obj_.withdraw_id)
 | 
											
										
											
												
													
														|  | @@ -595,7 +594,7 @@ router.post('/withdrawV2', withdrawV2);
 | 
											
												
													
														|  |  //队列的形式
 |  |  //队列的形式
 | 
											
												
													
														|  |  router.post('/withdrawV3', withdrawV3);
 |  |  router.post('/withdrawV3', withdrawV3);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -if (process.env.NODE_ENV == 'dev')
 |  | 
 | 
											
												
													
														|  | 
 |  | +if (process.env.NODE_ENV == 'dev' || process.env.NODE_ENV == 'test') {
 | 
											
												
													
														|  |      router.post('/withdrawV3Test', withdrawV3Test);
 |  |      router.post('/withdrawV3Test', withdrawV3Test);
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  //查询出金服务
 |  |  //查询出金服务
 |